home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / decorating_phebes_room.swf / scripts / frame_5 / DoAction.as
Text File  |  2007-09-26  |  99b  |  10 lines

  1. if(loaded == total)
  2. {
  3.    gotoAndStop(6);
  4. }
  5. else
  6. {
  7.    gotoAndStop("loading");
  8.    play();
  9. }
  10.